home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMLINUX / MAIL / 9712 / 000005_owner-linux-arm…r.rutgers.edu _Mon Dec 1 12:26:35 1997.msg < prev    next >
Internet Message Format  |  1998-01-04  |  2KB

  1. Return-Path: <owner-linux-arm-outgoing@vger.rutgers.edu>
  2. Received: from nic.funet.fi (nic.funet.fi [128.214.248.6])
  3.     by odie.barnet.ac.uk (8.8.6/8.8.6) with ESMTP id MAA17081
  4.     for <willy@odie.fluff.org>; Mon, 1 Dec 1997 12:26:34 GMT
  5. Received: from vger.rutgers.edu ([128.6.190.2]:4617 "EHLO vger.rutgers.edu" ident: "root") by nic.funet.fi with ESMTP id <15491-16327>; Mon, 1 Dec 1997 14:25:31 +0200
  6. Received: by vger.rutgers.edu id <970934-2954>; Mon, 1 Dec 1997 07:21:16 -0500
  7. Received: from odie.barnet.ac.uk ([194.82.202.98]:1439 "EHLO odie.barnet.ac.uk" ident: "willy") by vger.rutgers.edu with ESMTP id <970930-2955>; Mon, 1 Dec 1997 07:20:49 -0500
  8. Received: (from willy@localhost)
  9.     by odie.barnet.ac.uk (8.8.6/8.8.6) id MAA17072;
  10.     Mon, 1 Dec 1997 12:21:28 GMT
  11. From: Matthew Wilcox <willy@odie.barnet.ac.uk>
  12. Message-Id: <199712011221.MAA17072@odie.barnet.ac.uk>
  13. Subject: Re: gcc
  14. To: Philip.Blundell@pobox.com (Philip Blundell)
  15. Date:     Mon, 1 Dec 1997 12:21:26 +0000 (GMT)
  16. Cc: philip@vger.rutgers.edu, linux-arm@vger.rutgers.edu
  17. In-Reply-To: <E0xcIIp-0003ab-00@paddington.london.uk.eu.org> from "Philip Blundell" at Nov 30, 97 10:57:27 pm
  18. X-Mailer: ELM [version 2.4 PL25]
  19. MIME-Version: 1.0
  20. Content-Type: text/plain; charset=US-ASCII
  21. Content-Transfer-Encoding: 7bit
  22. X-Orcpt: rfc822;linux-arm@vger.rutgers.edu
  23. Sender: owner-linux-arm@vger.rutgers.edu
  24. Precedence: bulk
  25. Status: RO
  26.  
  27.  
  28. Right, compiled it on my arm-linuxout machine.  First off, the configure
  29. script doesn't recognise arm610-unkown-linux-gnuaout.  You must run
  30. configure --host=arm-linuxout.  Then the configuration goes smoothly.
  31.  
  32. The stage1 build happens without (much) trouble.  The warnings I get are:
  33. cexp.y: 673: left shift count >= width of type
  34.         680: (same)
  35. enquire.c: 1401: comparison always 0 due to restricted range of data type
  36.  
  37. During the stage 2 build, it chokes when trying to build cccp.o with
  38. undefined references to
  39. _fxstat and _xstat (from stat.h)
  40. __strtol_internal (stdlib.h)